home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / sphigs / sph_mac.hqx / SRGP port to 5.0 (compressed) / SRGP_SPHIGS Root / MacSRGP / srgp_attrib.proto.h < prev    next >
Encoding:
Text File  |  1992-02-13  |  680 b   |  21 lines

  1.  
  2. /* srgp_attrib.c */
  3. void SRGP_setWriteMode(writeMode);
  4. void SRGP_setClipRectangle(rectangle);
  5. void SRGP_setFillStyle(drawStyle);
  6. void SRGP_setFillBitmapPattern(int);
  7. void SRGP_setFillPixmapPattern(int);
  8. void SRGP_setPenStyle(drawStyle);
  9. void SRGP_setPenBitmapPattern(int);
  10. void SRGP_setPenPixmapPattern(int);
  11. void SRGP_setMarkerSize(int);
  12. void SRGP_setMarkerStyle(markerStyle);
  13. void SRGP_setLineStyle(lineStyle);
  14. void SRGP_setLineWidth(int);
  15. void SRGP_setPlaneMask(int);
  16. void SRGP_setColor(int);
  17. void SRGP_setBackgroundColor(int);
  18. void SRGP_loadSingleColor(int, unsigned short, unsigned short, unsigned short);
  19. void SRGP_setFont(int);
  20. void SRGP_setAttributes(attribute_group *);
  21.